Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #169 +/- ##
=======================================
Coverage 83.37% 83.37%
=======================================
Files 24 24
Lines 2424 2424
Branches 440 440
=======================================
Hits 2021 2021
Misses 284 284
Partials 119 119
Flags with carried forward coverage won't be shown. Click here to find out more. |
248c476 to
f50cd12
Compare
d83b4e6 to
7204d75
Compare
6afb57d to
fc3c1da
Compare
fc3c1da to
f02c308
Compare
02c1b7c to
8160602
Compare
8160602 to
8b6cef9
Compare
8b6cef9 to
816db08
Compare
816db08 to
47778ff
Compare
8410189 to
4a93664
Compare
4a93664 to
5366ac7
Compare
41f5b9d to
5d47c59
Compare
5bdbd5b to
45c84ca
Compare
b361ada to
438121c
Compare
dfc6fda to
f66da70
Compare
f66da70 to
cda3a11
Compare
cda3a11 to
bcaa811
Compare
61372d7 to
55126e6
Compare
55126e6 to
98ed181
Compare
98ed181 to
3359aa6
Compare
3359aa6 to
4e824e1
Compare
9f6cedf to
b78ffba
Compare
7f106ac to
75b347b
Compare
75b347b to
ff01bb3
Compare
7ea6642 to
15e7a5f
Compare
e9e0149 to
04582ab
Compare
04582ab to
d81da31
Compare
d81da31 to
f107609
Compare
f107609 to
2692427
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.21.0→==0.25.0==6.0.0→==6.3.0==3.14.0→==3.15.1==2.3.1→==2.4.0==8.1.2→==8.2.0==1.8.0→==1.9.0Release Notes
prometheus/client_python (prometheus_client)
v0.25.0Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.24.1...v0.25.0
v0.24.1Compare Source
v0.24.0Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.23.1...v0.24.0
v0.23.1Compare Source
What's Changed
New Contributors
Full Changelog: prometheus/client_python@v0.23.0...v0.23.1
v0.23.0Compare Source
What's Changed
write_to_textfilefor custom tmpdir by @aadityadhruv in #1115New Contributors
Full Changelog: prometheus/client_python@v0.22.1...v0.23.0
v0.22.1Compare Source
What's Changed
Full Changelog: prometheus/client_python@v0.22.0...v0.22.1
v0.22.0Compare Source
What's Changed
write_to_textfileleaves back temp files on errors by @ethanschen in #1066Full Changelog: prometheus/client_python@v0.21.0...v0.22.0
v0.21.1: 0.21.1 / 2024-12-03Compare Source
What's Changed
[BUGFIX] Revert incorrect use of reentrant locks. #1076
pytest-dev/pytest-cov (pytest-cov)
v6.3.0Compare Source
Contributed by Marcos Boger in
#​712 <https://github.com/pytest-dev/pytest-cov/pull/712>_and
#​714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.Anonymous contribution in
#​706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.v6.2.1Compare Source
Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.
Removed deprecated license classifier (packaging).
Disabled coverage warnings in two more situations where they have no value:
v6.2.0Compare Source
The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::
default:unclosed database in <sqlite3.Connection object at:ResourceWarning
once::PytestCovWarning
once::CoverageWarning
This fixes most of the bad interactions that are occurring on pytest 8.4 with
filterwarnings=error.The plugin will check if there already matching rules for the 3 categories
(
ResourceWarning,PytestCovWarning,CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::
filterwarnings = [
"error",
"ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
"ignore::PytestCovWarning",
"ignore::CoverageWarning",
]
v6.1.1Compare Source
--cov-contextand theno_covermarker are used together.v6.1.0Compare Source
Contributed by Tsvika Shapira in
#​678 <https://github.com/pytest-dev/pytest-cov/pull/678>_.#​675 <https://github.com/pytest-dev/pytest-cov/issues/675>_.--cov-precision.pytest-dev/pytest-mock (pytest-mock)
v3.15.1Compare Source
2025-09-16
#​529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixeditertools._tee object has no attribute error-- nowduplicate_iterators=Truemust be passed tomocker.spyto duplicate iterators.v3.15.0Compare Source
2025-09-04
#​524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Addedspy_return_itertomocker.spy, which contains a duplicate of the return value of the spied method if it is anIterator.v3.14.1Compare Source
#​503 <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.pytest-dev/pytest-timeout (pytest-timeout)
v2.4.0Compare Source
jasonrbriggs/stomp.py (stomp-py)
v8.2.0Compare Source
websocket-client/websocket-client (websocket-client)
v1.9.0Compare Source
1.9.0
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.